From: Fabian Grünbichler Date: Wed, 3 Sep 2025 12:44:51 +0000 (+0200) Subject: bootstrap: ignore x.py shell completion diff X-Git-Tag: archive/raspbian/1.95.0+dfsg1-2+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a4f7d7237d66c32df820fd40007d298e9da8b886;p=rustc.git bootstrap: ignore x.py shell completion diff this test is intended for development, we can ignore it for package builds. Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name bootstrap-ignore-x.py-shell-completion-diff.patch --- diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs index 71353397b2..33cc4d5c0d 100644 --- a/src/bootstrap/src/core/build_steps/test.rs +++ b/src/bootstrap/src/core/build_steps/test.rs @@ -1375,7 +1375,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to eprintln!( "x.py completions were changed; run `x.py run generate-completions` to update them" ); - crate::exit!(1); + // Debian: we don't care about this + //crate::exit!(1); } builder.info("x.py help check");